home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Adobe AIR 1.5.1 / AdobeAIRInstaller.exe / setup.swf / scripts / sv$effects_properties.as < prev    next >
Encoding:
Text File  |  2009-02-12  |  522 b   |  22 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class sv$effects_properties extends ResourceBundle
  6.    {
  7.       public function sv$effects_properties()
  8.       {
  9.          super("sv","effects");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "incorrectTrigger":"The Zoom effect can not be triggered by a moveEffect trigger.",
  16.             "incorrectSource":"Source property must be a Class or String."
  17.          };
  18.       }
  19.    }
  20. }
  21.  
  22.